The setup script detects the static version of the lzo2 library instead of
the dynamic version (that is now located in a multi-arch path).
This causes a link error due to not relacable code (missing -fPIC flag
at compile time)
Now the dynamic version of the lzo2 library is located in a multiarch path so
sthe setup script
* New upstream release.
* Update d/watch to use pypi instead of guthub archive.
In this way also the directories tracked as submodules
are available.
* Update d/copyright.
* debian/patches:
- Refresh all patches.
* debian/control:
- Drop dependencies on numpydoc and typing-extensions.
* debian/rules:
- Do not install upstream release notes, not included in the
upstream tarball.